home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat3 / Tk / restack.z / restack
Text File  |  1998-10-30  |  3KB  |  67 lines

  1.  
  2.  
  3.  
  4. TTTTkkkk____RRRReeeessssttttaaaacccckkkkWWWWiiiinnnnddddoooowwww((((3333TTTTkkkk))))                                    TTTTkkkk____RRRReeeessssttttaaaacccckkkkWWWWiiiinnnnddddoooowwww((((3333TTTTkkkk))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      Tk_RestackWindow - Change a window's position in the stacking order
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ####iiiinnnncccclllluuuuddddeeee <<<<ttttkkkk....hhhh>>>>
  13.  
  14.      int
  15.      TTTTkkkk____RRRReeeessssttttaaaacccckkkkWWWWiiiinnnnddddoooowwww(_t_k_w_i_n, _a_b_o_v_e_B_e_l_o_w, _o_t_h_e_r)
  16.  
  17. AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  18.      Tk_Window   _t_k_w_i_n        (in)      Token for window to restack.
  19.  
  20.      int         _a_b_o_v_e_B_e_l_o_w   (in)      Indicates new position of _t_k_w_i_n
  21.                                         relative to _o_t_h_e_r; must be AAAAbbbboooovvvveeee or
  22.                                         BBBBeeeelllloooowwww.
  23.  
  24.      Tk_Window   _o_t_h_e_r        (in)      _T_k_w_i_n will be repositioned just above
  25.                                         or below this window.  Must be a
  26.                                         sibling of _t_k_w_i_n or a descendant of a
  27.                                         sibling.  If NULL then _t_k_w_i_n is
  28.                                         restacked above or below all siblings.
  29.  
  30.  
  31. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  32.      TTTTkkkk____RRRReeeessssttttaaaacccckkkkWWWWiiiinnnnddddoooowwww changes the stacking order of _w_i_n_d_o_w relative to its
  33.      siblings.  If _o_t_h_e_r is specified as NULL then _w_i_n_d_o_w is repositioned at
  34.      the top or bottom of its stacking order, depending on whether _a_b_o_v_e_B_e_l_o_w
  35.      is AAAAbbbboooovvvveeee or BBBBeeeelllloooowwww.  If _o_t_h_e_r has a non-NULL value then _w_i_n_d_o_w is
  36.      repositioned just above or below _o_t_h_e_r.
  37.  
  38.      The _a_b_o_v_e_B_e_l_o_w argument must have one of the symbolic values AAAAbbbboooovvvveeee or
  39.      BBBBeeeelllloooowwww.  Both of these values are defined by the include file
  40.      <X11/Xlib.h>.
  41.  
  42.  
  43. KKKKEEEEYYYYWWWWOOOORRRRDDDDSSSS
  44.      above, below, obscure, stacking order
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.